-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(example): Custom web proxies usage and documentation #2729
feat(example): Custom web proxies usage and documentation #2729
Conversation
Signed-off-by: ivaylogarnev-limechain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Let's rename the directory instead of
custom-grpc-network
to becustom-grpc-web-proxies-network
- Minor formatting changes
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, ty @ivaylogarnev-limechain
Description:
This PR introduces an example where the Hedera SDK use a custom network with multiple gRPC web proxies in a React application within
examples
folder. It includes steps for setting up the operator account, defining the gRPC proxies, and executing a transfer transaction through the configured network/Related issue(s):
#2606
Checklist